home *** CD-ROM | disk | FTP | other *** search
- program MultipleSTAServer;
-
- uses
- Forms,
- MultipleSTAServerForm in 'MultipleSTAServerForm.pas' {Form1},
- STAThread in 'STAThread.pas',
- MultipleSTAServer_TLB in 'MultipleSTAServer_TLB.pas',
- STAObjectImpl in 'STAObjectImpl.pas' {STAObject: CoClass};
-
- {$R *.TLB}
-
- {$R *.RES}
-
- begin
- Application.Initialize;
- Application.CreateForm(TForm1, Form1);
- Application.Run;
- end.
-